.yuepuku-nav-box {
  background: #f9f9f9;
  border-bottom: 1px solid #f1f1f1;
}
.yuepuku-nav-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.yuepuku-nav-box a {
  padding: 0 10px;
  font-size: 14px;
}
.yuepuku-nav-box a:hover {
  color: #e4403f;
}
.yuepuku-nav-box .link-active {
  color: #e4403f;
}
.yuepuku-nav-box .music-box {
  position: relative;
  padding-left: 50px;
  font-size: 14px;
  cursor: pointer;
}
.yuepuku-nav-box .music-box .music-type {
  display: none;
  position: absolute;
  top: 40px;
  left: 26px;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  -moz-box-shadow: 0px 1px 16px 0 #999;
  -webkit-box-shadow: 0px 1px 16px 0 #999;
  box-shadow: 0px 1px 16px 0 #999;
  z-index: 3;
}
.yuepuku-nav-box .music-box .music-type a {
  display: block;
  width: 120px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #999;
}
.yuepuku-nav-box .music-box .music-type a:hover {
  color: #e4403f;
  background: #f1f1f1;
}
.yuepuku-nav-box .music-box .music-type .link-active {
  color: #e4403f;
  background: #f1f1f1;
}
.yuepuku-nav-box-two {
  border-bottom: 1px solid #f1f1f1;
}
.yuepuku-nav-box-two ul {
  padding-left: 40px;
}
.yuepuku-nav-box-two li {
  padding: 10px 0;
}
.yuepuku-nav-box-two a {
  padding: 4px 10px;
  font-size: 14px;
}
.yuepuku-nav-box-two a:hover {
  color: #e4403f;
}
.yuepuku-nav-box-two .link-active {
  color: #e4403f;
}
.yuepu-banner-box {
  overflow: hidden;
}
.yuepu-banner-box .swiper-button-next,
.yuepu-banner-box .swiper-button-prev {
  width: 60px;
  height: 80px;
  top: 50%;
  margin-top: -40px;
  cursor: pointer;
}
.yuepu-banner-box .swiper-button-next::after,
.yuepu-banner-box .swiper-button-prev::after {
  font-size: 40px;
  color: #fff;
}
.yuepuku-list-box {
  position: relative;
  padding-top: 30px;
}
.yuepuku-list-box ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.yuepuku-list-box ul .comment-page-box {
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 14px;
  color: #b5b5b5;
}
.yuepuku-list-box li {
  overflow: hidden;
  width: 190px;
  padding: 0 15px 20px;
}
.yuepuku-list-box li:first-child {
  padding-top: 0;
}
.yuepuku-list-box .box-main .box-img {
  position: relative;
  width: 100%;
  max-height: 190px;
  min-height: 190px;
  border-radius: 10px;
  overflow: hidden;
}
.yuepuku-list-box .box-main .box-img img {
  display: block;
  width: inherit;
  height: inherit;
  object-fit: cover;
  min-height: inherit;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
.yuepuku-list-box .box-main .box-img img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.yuepuku-list-box .box-main .box-clear-height {
  max-height: none;
}
.yuepuku-list-box .box-main .box-info {
  padding-top: 10px;
}
.yuepuku-list-box .box-main .text-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #3d3d3d;
}
.yuepuku-list-box .box-main .text-content {
  padding-top: 8px;
  color: #b5b5b5;
}
.yuepuku-list-box .box-main .box-img-heji {
  position: relative;
  padding-top: 10px;
}
.yuepuku-list-box .box-main .box-img-heji::before {
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  content: "";
  height: 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #f3e7e7;
}
.yuepuku-list-box .list-item2 {
  width: 520px;
}
.yuepuku-list-box .list-item3,
.yuepuku-list-box .list-item6 {
  width: 100%;
  padding: 20px 10px;
  border-bottom: 1px solid #f1f1f1;
}
.yuepuku-list-box .list-item3:hover,
.yuepuku-list-box .list-item6:hover {
  background: #fafafa url(../images/play.png?10) 1030px center no-repeat;
}
.yuepuku-list-box .list-item4 {
  width: 153px;
}
.yuepuku-list-box .list-item4 .box-img {
  min-height: 153px;
  max-height: 153px;
}
.yuepuku-list-box .list-item4 .box-img img {
  min-height: inherit;
}
.yuepuku-list-box .list-item4 .box-img img:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.yuepuku-list-box .list-item5 {
  width: 245px;
}
.yuepuku-list-box .list-item6 {
  padding: 20px;
}
.yuepuku-list-box .list-item7 {
  width: 334px;
  padding-bottom: 0;
}
.yuepuku-list-box .list-item7:nth-of-type(2) {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
.yuepuku-list-box .box-main-two {
  display: flex;
}
.yuepuku-list-box .box-main-two .box-link {
  display: block;
}
.yuepuku-list-box .box-main-two .box-img {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
.yuepuku-list-box .box-main-two .box-img img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
.yuepuku-list-box .box-main-two .box-img img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.yuepuku-list-box .box-main-two .box-info {
  min-width: 300px;
  padding-left: 20px;
}
.yuepuku-list-box .box-main-two .box-info .text-info {
  display: flex;
}
.yuepuku-list-box .box-main-two .box-info .text-info .btn-nomal {
  padding: 2px 4px;
  border-radius: 4px;
  border: 1px solid #d9d9e3;
  font-size: 12px;
  color: #848ea9;
}
.yuepuku-list-box .box-main-two .box-info .text-info p {
  padding-right: 20px;
  font-size: 14px;
  color: #b5b5b5;
}
.yuepuku-list-box .box-main-two .box-info .text-info .hots {
  width: auto;
  height: 18px;
}
.yuepuku-list-box .box-main-two .box-type .btn-nomal {
  padding: 2px 4px;
  border-radius: 4px;
  border: 1px solid #d9d9e3;
  font-size: 12px;
  color: #848ea9;
}
.yuepuku-list-box .box-main-two .box-type .btn-red {
  border: 1px solid #eadfe0;
  color: #e4403f;
}
.yuepuku-list-box .box-main-two .box-type .btn-red-block {
  background: #e4403f;
  border: none;
  color: #ffffff;
}
.yuepuku-list-box .box-main-two .box-type .btn-yellow-block {
  background: #f5f5eb;
  border: 1px solid #f3eacb;
  color: #b48e00;
}
.yuepuku-list-box .box-main-two .box-type .iconfont {
  font-size: 14px;
}
.yuepuku-list-box .box-main-two .text-name {
  font-size: 18px;
  color: #3d3d3d;
}
.yuepuku-list-box .box-main-three {
  border-radius: 10px;
  background: #f3f3f3;
}
.yuepuku-list-box .box-main-three .box-img {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.yuepuku-list-box .box-main-three .box-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
.yuepuku-list-box .box-main-three .box-img img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.yuepuku-list-box .box-main-three .text-name {
  text-align: center;
  font-size: 16px;
  color: #000;
}
.yuepuku-list-box .box-main-three .text-info {
  padding-top: 5px;
  text-align: center;
  font-size: 14px;
  color: #000;
}
.yuepuku-list-box .box-main-three .box-type {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.yuepuku-list-box .box-main-four {
  overflow: hidden;
  height: 310px;
  padding: 0 10px;
}
.yuepuku-list-box .box-main-four h3 {
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #3d3d3d;
}
.yuepuku-list-box .box-main-four p {
  line-height: 28px;
  font-size: 14px;
}
.yuepuku-list-box .box-main-four p .box-link {
  color: #828282;
}
.yuepuku-list-box .box-main-four p .box-link:hover {
  color: #3d3d3d;
}
.yuepuku-list-box .box-main-four p .btn-num {
  padding-right: 5px;
}
.yuepuku-list-box .box-main-four p:nth-of-type(-n+3) {
  font-weight: bold;
}
.yuepuku-list-box .box-main-four p:nth-of-type(-n+3) .btn-num {
  color: #f26f65;
}
.yuepuku-list-box .box-main-four p .btn-remind {
  margin-left: 5px;
  padding: 0 5px;
  border-radius: 4px;
  background-color: #f7e3e2;
  font-size: 12px;
  color: #e49c99;
}
.yuepuku-list-box .box-main-five {
  margin-top: 10px;
}
.yuepuku-list-box .box-main-five .box-xiala {
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  color: #b5b5b5;
}
.yuepuku-list-box .box-main-five .box-xiala .iconfont {
  padding: 0;
  font-size: 24px;
}
.yuepuku-list-box .comment-page-box {
  padding-top: 30px;
  text-align: center;
}
.yuepuku-list-box .comment-page-box a {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  font-size: 12px;
}
.yuepuku-list-box .comment-page-box a:hover {
  background: #f1f1f1;
}
.yuepuku-list-box .comment-page-box .active,
.yuepuku-list-box .comment-page-box .link-active {
  background: #e4403f;
  color: #fff;
}
.yuepuku-list-box .comment-page-box .active:hover,
.yuepuku-list-box .comment-page-box .link-active:hover {
  background: #e4403f;
}
.yuepuku-list-box .module-banner-btn {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.yuepuku-list-box .swiper-button-next,
.yuepuku-list-box .swiper-button-prev {
  opacity: 0;
  position: absolute;
  width: 80px;
  height: 100px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  touch-action: manipulation;
  pointer-events: auto;
  cursor: pointer;
}
.yuepuku-list-box .swiper-button-next::after,
.yuepuku-list-box .swiper-button-prev::after {
  font-size: 40px;
  color: #3d3d3d;
}
.yuepuku-list-box .swiper-button-next {
  right: 0;
}
.yuepuku-list-box .swiper-button-prev {
  left: 0;
}
.yuepuku-list-box .swiper-pagination {
  bottom: -3px;
}
.yuepuku-list-box .swiper-pagination-bullet {
  background-color: #e3e3e3;
  opacity: 1;
}
.yuepuku-list-box .swiper-pagination-bullet-active {
  background-color: #b1b1b1;
  opacity: 1;
}
.yuepuku-list-box .swiper-button-disabled {
  display: none;
}
.yuepuku-list-box:hover .swiper-button-next,
.yuepuku-list-box:hover .swiper-button-prev {
  opacity: 1;
}
.yuepuku-list-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  z-index: 2;
}
.yuepuku-list-title p,
.yuepuku-list-title a {
  font-size: 14px;
}
.yuepuku-fixed-box {
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 2;
}
